Ease
Create easing function.
Node Data | |
---|---|
AnimationArray | |
Display name | |
Ease | |
Internal name | |
Node_Fn_Ease | |
Inheritances | |
node | |
node_processor | |
node_fn | |
node_fn_ease | |
Inputs | |
node_fn | |
enum |
Display |
node_fn_ease | |
slider |
Range |
slider |
Amount |
enum |
Smooth |
Outputs | |
node_fn | |
float |
Output |
A function generator that generate easing functions, a function that smoothly transition from zero to one.
A function generator nodes precalculate the value for the entire animation and plot it as a curve. This allow for easy data visualization and manipulation.
Properties
Range
Range of the animation (as a fraction of the total duration). If set to [0, 1] then the easing function will be evaluated from the first frame to the last frame.
Amount
The length of the easing function. The larger the value the slower the transition.
Smooth
The equation used to generate the easing function. The following equations are available:
- Cubic polynomial
- Quadratic polynomial
- Cubic rational
- Cosine